{% extends "profile.html" %} {% block title %} {{ __('favourites') }} - {{ parent() }} {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block sub_content %} {% if favourites %} {% include "/inc/ordering.html" %} {% else %}

{{ __('no_favourites') }}

{% endif %} {% endblock %} {% block full_content %} {% include "/inc/games.html" with {'games':favourites} %} {% include "/inc/pages.html" with {'page':page, 'pages':pages, 'path':str_replace({'{order}', '{dir}'}, {order, dir}, path)} %} {% endblock %}